@charset "utf-8";
@font-face { 
  font-family:'font1'; 
  src: url('../font/politicaregular.ttf'); 
}
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
}
a {
	text-decoration: none;
}

.w-1260 {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1260px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}

.top-1{
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #313131;
  line-height: 33px;
  border-bottom: 1px solid #ededed;
}
.top-1-l{
  float: left;
  width: 900px;
  line-height: 35px;
  color: #666;
  overflow: hidden;
}
.top-1-l img{
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-right: 10px;
  vertical-align:middle;
}
.top-1-r{
  float: right;
  width: 235px;
}
.top-1-r a{
  float: left;
  margin-top: 10px;
  border-right:1px solid #efefef;
  width: 77px;
  height: 15px;
  line-height: 14px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.top-1-r a:last-child{
  border-right: none;
}
/*menu*/
.h-menu-bg{
  width: 100%;
  height: 55px;
  border-top:1px solid #efefef;
  border-bottom:1px solid #efefef;
  background-color: #19b760;
}
.h-menu{
  margin:0 auto;
  width: 1260px;
  height: 55px;
  text-align: center;
}
.h-menu a{
  display: inline-block;
  width: 140px;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  border-right:1px solid #9adab7;
}
.h-menu a:hover{
  background-color: #fe9a04;
  color: #fff;
}
.h-menu-hover{
  background-color: #fe9a04 !important;
  color: #fff !important;
}
/*end menu*/

/*middle*/
    /*所有标题*/
.tit01{
  width: 100%;
  overflow: hidden;
}
.tit01 h2{
  width: 100%;
  height: 44px;
  font-size: 30px;
  color: #343434;
  text-align: center;
  letter-spacing: 0px;
  font-weight: bold;
}
.tit01 .zi01{
  display: block;
  height: 30px;
  text-align: center;
  font-size: 18px;
  color: #19b760;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: bold;
}
.tit01 .zi02{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #484848;
  letter-spacing: 0px;
}

.h-tit02{
  width: 100%;
  height: 46px;
  border-bottom:1px solid #d2d2d2;
}
.h-tit02 h2{
  display: block;
  margin-right: 15px;
  float: left;
  font-size: 26px;
  color: #262a2d;
}
.h-tit02 a{
  float: right;
  margin-top:10px;
  width: 91px;
  height: 22px;
  font-size: 14px;
  color: #262a2d;
  text-align: center;
  line-height: 22px;
  border:1px solid #dcdcdc;
  background-color: #f3f3f3;
  border-radius: 15px;
}
    /*end所有标题*/
.jg-proc{
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
}
.jg-proc a h3{
  display: inline-block;
  margin: 5px;
  width: 150px;
  border: 1px solid #999;
  padding: 10px 35px;
  background-color: #FFF;
  font-size: 22px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #1cbc64;
  cursor: pointer;
}
.jg-proc a:hover h3{
  /*border-color: #0d62a6;*/
  background-color: #ff9600;
  color: #fff;
}
.jg-proc-active h3{
  /*border-color: #0d62a6 !important;*/
  background-color: #ff9600 !important;
  color: #fff !important;
}
.part1{
  width: 100%;
  height: 56px;
  background-color: #f5f5f5;
}
.part1-l{
  float: left;
  width: 860px;
}
.part1-l h3{
  display: block;
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 56px;
}
.part1-l a{
  display: block;
  padding-right: 10px;
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 56px;
}
.part1-r{
  float: right;
  padding-top: 5px;
  width: 290px;
}
.h-input1{
  float: left;
  width: 220px;
  height: 40px;
  border:1px solid #dcdcdc;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-indent: 15px;
}
.h-input2{
  float: right;
  width: 62px;
  height: 40px;
  background-color: #19b760;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}

.part2-w{
  width: 100%;
  height: 383px;
  background: url(../images/part2-bg.jpg) top center no-repeat;
  overflow: hidden;
}
.part2-list{
  text-align: center;
}
.part2-list li{
  display: inline-block;
  margin:15px 15px;
  width: 227px;
  height: auto;
}
.part2-list li .tu{
  width: 227px;
  height: 227px;
  border:10px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 0 5px #19b760;
  overflow: hidden;
}
.part2-list li h3{
  display: block;
  margin:0 auto;
  margin-top: 25px;
  width: 163px;
  height: 52px;
  background: url(../images/part-tu-bg.png);
  line-height: 52px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}
.part3{
  width: 100%;
  height: 255px;
  background: url(../images/jiantu.jpg) top center no-repeat;
  overflow: hidden;
}
/*简介*/
.bl-l{
  float: left;
  width: 670px;
  height: auto;
}
.bl-l-a{
  float: left;
  width: 522px;
}
.bl-l-a .na{
  width: 100%;
  height: 113px;
  background-color: #19b760;
  overflow: hidden;
}
.bl-l-a .na p{
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.bl-l-a .na span{
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.bl-l-b-list{
  float: left;
  margin-left: 1px;
}
.bl-l-b{
  width: 144px;
  height: 141px;
  background-color: #ff9600;
  overflow: hidden;
}
.bl-l-b p{
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}
.bl-l-b span{
  display: block;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.bl-l-bb{
  width: 144px;
  height: 141px;
  background-color: #eeeeee;
  overflow: hidden;
}
.bl-l-bb p{
  display: block;
  margin-top: 1px;
  text-align: center;
  margin-top: 30px;
  font-size: 35px;
  color: #333;
  font-weight: bold;
}
.bl-l-bb span{
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.bl-l-bb .zia{
  display: block;
  margin-top: 30px;
  font-size: 18px;
  color: #353535;
  font-weight: bold;
}
.bl-l-bb img{
  display: block;
  margin:0 auto;
  margin-top: 5px;
}
.bl-about-r{
  float: right;
  width: 550px;
  height: auto;
  overflow: hidden;
}
.bl-about-r span{
  display: block;
  margin-top: 20px;
  font-size: 39px;
  color: #353535;
  font-weight: bold;
  text-transform: uppercase;
}
.bl-about-r .zia{
  font-size: 39px;
  color: #1cbc64;
  font-weight: bold;
  text-transform: uppercase;
}
.bl-about-r .tita{
  margin-top: 12px;
  width: 100%;
  height: 60px;
}
.bl-about-r .tita h2 strong{
  display: block;
  font-size: 25px;
  color: #353535;
}
.bl-about-r .nra{
  width: 100%;
  height: 246px;
  font-size: 15px;
  color: #353535;
  line-height: 170%;
  overflow: hidden;
}
.bl-about-r .nra p,
.bl-about-r .nra p a,
.bl-about-r .nra p strong,
.bl-about-r .nra a{
  font-size: 15px;
  color: #353535;
  line-height: 170%;
}

/*产品*/
.jg-pro-bg{
  width: 100%;
  background-color: #f8f8f8;
  padding: 40px 0;
  overflow: hidden;
}
.jg-pro-tit{
  display: block;
  text-align: center;
}
.jg-pro-tit h2{
  font-size: 36px;
  color: #1cbc64;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
}
.jg-pro-tit p.zia{
  font-size: 24px;
  color: #000;
  padding: 5px 0;
  text-align: center;
}
.jg-pro-tit p.en{
  font-size: 14px;
  color: #aeaeae;
  text-align: center;
}
.jg-pro{
  margin-top: 25px;
  width: 1300px;
  height: auto;
  overflow: hidden;
}
.jg-pro li{
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
  width: 295px;
  height:295px;
  background-color: #FFF;
  overflow: hidden;
}
.jg-pro li .tu{
  position: relative;
  width: 295px;
  height: 220px;
  border:1px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
}
.jg-pro li .tu a img{
  width: 293px;
  height: 218px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
.jg-pro li:hover .tu a img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.jg-pro li .tu a.more{
  border: 2px solid rgba(204,204,204,0.8);
  background-color: rgba(0,0,0,0.6);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 20px;
  color: #DDD;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  margin-top: -60px;
  margin-left: -55px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
  opacity: 0;
}
.jg-pro li:hover .tu a.more{
  opacity: 1;
  margin-top: -20px;
}
.jg-pro li .tu:before{
  display: block;
  opacity: 0;
  content: '';
  background-color: rgba(0,0,0,0.3);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
.jg-pro li:hover .tu:before{
  opacity: 1;
}
.jg-pro li .tit{
  padding: 10px 15px 10px;
  border:1px solid #1cbc64;
}
.jg-pro li .tit a h3{
  font-size: 18px;
  padding-bottom: 8px;
  color: #1cbc64;
  font-weight: bold;
  text-align: center;

}
.jg-pro li .tit p.intro{
  /*height: 41px;*/
  font-size: 14px;
  color: #666;
  line-height: 150%;
  text-align: center;
  overflow: hidden;
}
.jg-pro-more a{
  display: block;
  margin:0 auto;
  width: 150px;
  padding:8px 10px;
  background-color: #1cbc64;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius:5px;
}





.h-case-bg{
  width: 100%;
  padding:40px 0px 15px 0px;
  background-color: #efefef;
}
.h-case{
  width: 1300px;
  height: auto;
  overflow: hidden;
}
.h-case li{
  float: left;
  margin-right: 15px;
  width: 240px;
  height: 220px;
}
.h-case li .tu{
  width: 240px;
  height: 160px;
  overflow: hidden;
  background-color: #efefef;
}
.h-case li .tu img{
  width: 240px;
  height: 160px;
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-case li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-case li a h3{
  display: block;
  padding:5px 0px;
  width: 100%;
  margin-top: 5px;
  background-color: #19b760;
  font-size: 15px;
  color: #fff;
  text-align: center;
  overflow: hidden;

}

/*效果图*/
/*====================新闻15====================*/
.h-news15{
  width: 1400px;
  height: auto;
}
.h-news15 li{
  float: left;
  margin-right: 50px;
  padding:15px 0px;
  width: 600px;
  height: auto;
  border-bottom:1px solid #e5e5e5;
}
.h-news15 li .tu1{
  float: left;
  width: 180px;
  height: 126px;
  border:1px solid #b5b5b5;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.h-news15 li:hover .tu1{
  border-radius: 15px;
}
.h-news15 li .tu1 img{
  width: 180px;
  height: 126px;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-news15 li:hover .tu1 img{
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-news15 li .n1-r{
  float: right;
  width: 397px;
  height: auto;
}
.h-news15 li .n1-r a h3{
  display: block;
  font-size: 17px;
  color: #262a2d;
  height: 48px;
  line-height: 21px;
  overflow: hidden;
}
.h-news15 li .n1-r p{
  display: block;
  height: 37px;
  font-size: 14px;
  color: #717171;
  line-height: 140%;
  overflow: hidden;
}
.h-news15 li .n1-r .more1 a{
  margin-top: 14px;
  display: block;
  width: 69px;
  height: 22px;
  font-size: 12px;
  color: #717171;
  text-align: center;
  line-height: 22px;
  border:1px solid #d2d2d2;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}
.h-news15 li:hover .n1-r .more1 a{
  background-color: #ff9600;
  color: #fff;
}
/*end首页新闻*/

/*end middle*/

/*bottom*/
/*bottom*/
.jg-foot-bg{
  padding:50px 0px 40px 0px;
  background: url(../images/foot-bg.jpg) top center;
  overflow: hidden;
}
.jg-f-ewm-w{
  float: right;
  width: 310px;
  height: auto;
  overflow: hidden;
}
.jg-f-ewm .tu{
  float: left;
  width: 115px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.jg-f-ewm .tu img{
  width: 115px;
  height: 115px;
}
.jg-f-ewm p.ewm-zi{
  display: block;
  width: 120px;
  margin-top: 28px;
  float: left;
  font-size: 14px;
  color: #949494;
  line-height: 150%;
  letter-spacing: 0px;
}
.jg-f-q{
  margin-top: 15px;
  font-size: 14px;
  color: #949494;
  line-height: 150%;
}
.jg-f-q p{
  font-size: 14px;
  color: #949494;
  line-height: 150%;
}
.jg-zz{
  margin-top: 10px;
}
.jg-f-dt{
  float: left;
  width: 360px;
  height: 243px;
}
.jg-f-proc{
  float: left;
  width: 390px;
}
.jg-f-proc h3{
  font-size: 26px;
  position: relative;
  padding-left: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.jg-f-proc h3:before{
  width: 9px;
  height: 28px;
  background-color: #19b760;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  margin-top: -14px;
}
.jg-f-proc a{
  display: block;
  float: left;
  margin:2px;
  width: 105px;
  padding:2px 5px;
  font-size: 14px;
  color: #fff;
  border:1px solid #fff;
}
.jg-f-con{
  margin-left:15px;
  float: left;
  width: 455px;
  height: auto;
  overflow: hidden;
}
.jg-f-menu a{
  float: left;
  padding-right:10px;
  padding-bottom:10px;
  font-size: 14px;
  color: #fff;
}
.jg-f-connr{
  margin-top: 15px;
  width: 100%;
}
.jg-f-connr span{
  display: block;
  margin-bottom: 15px;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}
.jg-f-connr p{
  font-size: 14px;
  color: #fff;
  line-height: 150%;
}
/*end bottom*/



/*内页*/
/*标题*/
.tit-line{
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #e5e5e5;
}
    
	/*联系我们*/
ul.lx{width:100%;}
ul.lx img{max-width:100%;height:auto;}
ul.lx li.lianxi{float:left;width:40%;padding:2.5%;}
ul.lx li.guestbook{float:left;width:50%;}
	/*当前位置*/
.ny-weizhi{padding:10px 0px;/*width: 100%;*/height: auto;background-color: #efefef;border:1px solid #DFDEDE;}
.ny-weizhi .ny-r-t{margin:0 auto;width: 1200px; font-size: 15px;color: #333;}
	/*单页效果*/
.ny-cont{
	padding:10px 0px 20px 0px;
	margin:0 auto;
	width: 1260px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
}
.ny-cont p, .ny-cont p a{
	margin-top:15px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
}
.ny-cont a{
 	font-size: 15px;
	color: #333;
	line-height: 190%;
 }
 .ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
/*详情页样式*/
.ny-xq{
  margin:30px auto;
  width: 1200px;
  height: auto;
}
.ny-xq-l{
  float: left;
  width: 145px;
  height: 115px;
  border-right: 1px solid #d6d6d6;
}
.ny-xq-l .date1{
  position: relative;
  width: 110px;
  height: 36px;
  text-align: center;
}
.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  text-align: center;
}
.ny-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  background-color: #fff;
  letter-spacing: 0px; 
}
.ny-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.ny-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #ff4a4a;
  font-family:"font1";
  letter-spacing: 0px;
}
.ny-xq-l .read1{
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}
.ny-xq-l .read1 strong{
  font-weight: bold;
}
.ny-xq-r{
  float: right;
  padding:18px 45px;
  width: 960px;
  height: 80px;
  background-color: #e5e5e5;
  overflow: hidden;
}
.ny-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}
 /*内页新闻1*/
.ny-news01{
  width:100%;
  height: auto;
}
.ny-news01 li{
	padding:20px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
  border:1px solid #efefef;
}
.ny-news01 li .tu1 img{
	width: 185px;
	height: 130px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 100px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #555;
  text-align: center;
  line-height: 57px;
  font-family: "Impact";
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #ff2a2a;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:50px;
  width: 850px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#ff2a2a;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}
/*内页产品详情电话*/
.yan-phone{
  margin-top: 20px;
  border-top:1px solid #efefef;
  overflow: hidden;
}

.proshow1{
  overflow: hidden;
}
.proshow1 p{
  display: block;
  padding:5px;
  font-size: 17px;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.proshow1 p img{
  display:inline-block;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.proshow1 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.proshow2{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.proshow2 li{
  float: left;
  margin:0 5px;
  width: 140px;
  height: auto;
}
.proshow2 li img{
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}
.proshow2 li p{
  display: block;
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  text-align: center;
}
.proshow2 li p strong{
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  font-weight: bold;
}
.proshow2 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
/*手机站*/
